diff options
Diffstat (limited to 'include/svl/style.hxx')
-rw-r--r-- | include/svl/style.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx index b23c4fee6e26..d8b6e9aeb75f 100644 --- a/include/svl/style.hxx +++ b/include/svl/style.hxx @@ -102,7 +102,6 @@ protected: SfxStyleFamily nFamily; OUString aName, aParent, aFollow; - OUString maDisplayName; OUString aHelpFile; // name of the help file SfxItemSet* pSet; // ItemSet sal_uInt16 nMask; // Flags @@ -130,10 +129,6 @@ public: // SfxStyleSheetBasePool parent. virtual bool SetName(const OUString& rNewName, bool bReindexNow = true); - /** returns the display name of this style, it is used at the user interface. - If the display name is empty, this method returns the internal name. */ - OUString const & GetDisplayName() const; - virtual const OUString& GetParent() const; virtual bool SetParent( const OUString& ); virtual const OUString& GetFollow() const; |