writerfilter: fix indentation in rtf{fly,listener}

Change-Id: I6cbb7ee535cb3c6aab2968150feff9e80fd7e010
This commit is contained in:
Miklos Vajna
2014-05-01 20:28:08 +02:00
parent 36dfee00fe
commit 8d3295bdac
2 changed files with 184 additions and 180 deletions

View File

@@ -10,8 +10,10 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_RTFTOK_RTFFLY_HXX
#define INCLUDED_WRITERFILTER_SOURCE_RTFTOK_RTFFLY_HXX
namespace writerfilter {
namespace rtftok {
namespace writerfilter
{
namespace rtftok
{
/// Stores the vertical orientation properties of an RTF fly frame.
class RTFVertOrient
{

View File

@@ -12,8 +12,10 @@
#include <rtfcontrolwords.hxx>
namespace writerfilter {
namespace rtftok {
namespace writerfilter
{
namespace rtftok
{
enum RTFInternalState
{
INTERNAL_NORMAL,