summaryrefslogtreecommitdiff
path: root/sw/inc/rubylist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/rubylist.hxx')
-rw-r--r--sw/inc/rubylist.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/rubylist.hxx b/sw/inc/rubylist.hxx
index baf5faf6cdbf..1341f147eed6 100644
--- a/sw/inc/rubylist.hxx
+++ b/sw/inc/rubylist.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -40,18 +40,18 @@ public:
SwRubyListEntry() : aRubyAttr( aEmptyStr ) {}
~SwRubyListEntry();
- const String& GetText() const { return sText; }
- void SetText( const String& rStr ) { sText = rStr; }
+ const String& GetText() const { return sText; }
+ void SetText( const String& rStr ) { sText = rStr; }
- const SwFmtRuby& GetRubyAttr() const { return aRubyAttr; }
- SwFmtRuby& GetRubyAttr() { return aRubyAttr; }
- void SetRubyAttr( const SwFmtRuby& rAttr ) { aRubyAttr = rAttr; }
+ const SwFmtRuby& GetRubyAttr() const { return aRubyAttr; }
+ SwFmtRuby& GetRubyAttr() { return aRubyAttr; }
+ void SetRubyAttr( const SwFmtRuby& rAttr ) { aRubyAttr = rAttr; }
};
typedef SwRubyListEntry* SwRubyListEntryPtr;
SV_DECL_PTRARR_DEL( SwRubyList, SwRubyListEntryPtr, 0, 32 )
-#endif //_RUBYLIST_HXX
+#endif //_RUBYLIST_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */