writerfilter: fix indentation in rtf{fly,listener}
Change-Id: I6cbb7ee535cb3c6aab2968150feff9e80fd7e010
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
@@ -12,8 +12,10 @@
|
||||
|
||||
#include <rtfcontrolwords.hxx>
|
||||
|
||||
namespace writerfilter {
|
||||
namespace rtftok {
|
||||
namespace writerfilter
|
||||
{
|
||||
namespace rtftok
|
||||
{
|
||||
enum RTFInternalState
|
||||
{
|
||||
INTERNAL_NORMAL,
|
||||
|
Reference in New Issue
Block a user