summaryrefslogtreecommitdiffstats
path: root/sdext
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-10 11:51:22 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-10 17:58:31 +0000
commit39022b8b7de60b139a9d21991ae10593e1829e43 (patch)
tree8259c20ef49792b4356934d95ed75108e1e34a0b /sdext
parentfix build with --enable-win-mozab-driver (diff)
downloadcore-39022b8b7de60b139a9d21991ae10593e1829e43.tar.gz
core-39022b8b7de60b139a9d21991ae10593e1829e43.zip
little String to OUString + documentation
Change-Id: I982e44150fd2909da0571409f16051d79377d7a3 Reviewed-on: https://gerrit.libreoffice.org/6192 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterTheme.hxx2
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