diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-01 12:08:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-12 11:56:37 +0200 |
commit | 830f6cec6defae3d96ec7738e500a148b8c3aff1 (patch) | |
tree | e588c2f1229ef66adfb2571bd402f2fa80b4c766 | |
parent | d7fe5ab30ca9df722eec33d428baedd258075eac (diff) |
convert vcl/button.hxx from XubString to OUString
Change-Id: Ib5a834b4e938de1c10dcff79716ba49224137e6b
-rw-r--r-- | include/vcl/button.hxx | 6 |
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); }; // -------------------- |