diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-08-24 18:35:51 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-08-24 22:23:18 +0400 |
commit | 4652bdfa47a2ba453b6c8c199bc5f4f6d03af457 (patch) | |
tree | 506ad1814b3b79326f5ce7cb734a3c414da2cacf /sd/source/ui/inc | |
parent | a0bfad8c0eed119af2aea71d4deebcd60ac3f4a5 (diff) |
convert StyleSheetUndoAction to OUString
Change-Id: I654df5dec1efae868aa6f90dbc672f9c29ebd0e3
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/unchss.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/unchss.hxx b/sd/source/ui/inc/unchss.hxx index 16927cf17b9e..4ca83c635706 100644 --- a/sd/source/ui/inc/unchss.hxx +++ b/sd/source/ui/inc/unchss.hxx @@ -32,7 +32,7 @@ class StyleSheetUndoAction : public SdUndoAction SfxItemSet* pNewSet; SfxItemSet* pOldSet; - String aComment; + OUString aComment; public: TYPEINFO(); |