summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-01 12:08:22 +0200
committerNoel Grandin <noel@peralex.com>2013-08-12 11:56:37 +0200
commit830f6cec6defae3d96ec7738e500a148b8c3aff1 (patch)
treee588c2f1229ef66adfb2571bd402f2fa80b4c766
parentd7fe5ab30ca9df722eec33d428baedd258075eac (diff)
convert vcl/button.hxx from XubString to OUString
Change-Id: Ib5a834b4e938de1c10dcff79716ba49224137e6b
-rw-r--r--include/vcl/button.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 4869d1ca54ca..b33f8feff2bd 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -83,9 +83,9 @@ public:
void EnableTextDisplay( sal_Bool bEnable );
void SetFocusRect( const Rectangle& rFocusRect );
- bool IsSmallSymbol() const;
- void SetSmallSymbol(bool bSmall = true);
- virtual bool set_property(const OString &rKey, const OString &rValue);
+ bool IsSmallSymbol() const;
+ void SetSmallSymbol(bool bSmall = true);
+ virtual bool set_property(const OString &rKey, const OString &rValue);
};
// --------------------