diff options
Diffstat (limited to 'include/vcl/fixed.hxx')
-rw-r--r-- | include/vcl/fixed.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx index e9688d59a2ac..f11f0e03485f 100644 --- a/include/vcl/fixed.hxx +++ b/include/vcl/fixed.hxx @@ -83,8 +83,6 @@ public: vcl::Window* get_mnemonic_widget() const { return m_pMnemonicWindow; } }; -typedef VclReference<FixedText> FixedTextPtr; - class VCL_DLLPUBLIC SelectableFixedText : public Edit { public: @@ -127,8 +125,6 @@ public: virtual Size GetOptimalSize() const SAL_OVERRIDE; }; -typedef VclReference<FixedLine> FixedLinePtr; - // - FixedBitmap - class VCL_DLLPUBLIC FixedBitmap : public Control { |