diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterTheme.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterTheme.hxx b/sdext/source/presenter/PresenterTheme.hxx index 45bb5da01b46..24a2c4aeb919 100644 --- a/sdext/source/presenter/PresenterTheme.hxx +++ b/sdext/source/presenter/PresenterTheme.hxx @@ -47,7 +47,7 @@ namespace sdext { namespace presenter { Example: you want to access the top left bitmap of a pane border (simplified code): - String sStyleName = getPropertyValue("private:resource/pane/Presenter/Pane1"); + OUString sStyleName = getPropertyValue("private:resource/pane/Presenter/Pane1"); XBitmap xBitmap = getPropertyValue(sStyleName + "_TopLeftBitmap"); For the offset of the bitmap you can call |