summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-03 14:15:28 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:45 +0200
commit202a08e37df62f5588e5a5b726520bbb86f36ed3 (patch)
tree9596dd44990db88139d05aa456466e45df2fa46e /include
parentb39e68d72a34c566aca0b5c15b173da62a8ec9e2 (diff)
convert include/svx/fontworkgallery.hxx from String to OUString
Change-Id: I55af9d671275fca62c3877b07c5cd32b0a7dfdf7
Diffstat (limited to 'include')
-rw-r--r--include/svx/fontworkgallery.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fontworkgallery.hxx b/include/svx/fontworkgallery.hxx
index 3dec29f1563e..ad463326388c 100644
--- a/include/svx/fontworkgallery.hxx
+++ b/include/svx/fontworkgallery.hxx
@@ -94,7 +94,7 @@ class SVX_DLLPUBLIC FontWorkGalleryDialog : public ModalDialog
SdrView* mpSdrView;
FmFormModel* mpModel;
- String maStrClickToAddText;
+ OUString maStrClickToAddText;
DECL_LINK( DoubleClickFavoriteHdl, void * );
DECL_LINK( ClickOKHdl, void * );