summaryrefslogtreecommitdiff
path: root/sw/inc/fmtruby.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtruby.hxx')
-rw-r--r--sw/inc/fmtruby.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/fmtruby.hxx b/sw/inc/fmtruby.hxx
index e70ac456494c..e0577c7f89e4 100644
--- a/sw/inc/fmtruby.hxx
+++ b/sw/inc/fmtruby.hxx
@@ -19,7 +19,6 @@
#ifndef INCLUDED_SW_INC_FMTRUBY_HXX
#define INCLUDED_SW_INC_FMTRUBY_HXX
-
#include <svl/poolitem.hxx>
class SwTxtRuby;
@@ -57,7 +56,6 @@ public:
virtual bool PutValue( const com::sun::star::uno::Any& rVal,
sal_uInt8 nMemberId = 0 );
-
const SwTxtRuby* GetTxtRuby() const { return pTxtAttr; }
SwTxtRuby* GetTxtRuby() { return pTxtAttr; }
@@ -77,7 +75,6 @@ public:
void SetAdjustment( sal_uInt16 nNew ) { nAdjustment = nNew; }
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */