summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-11-13 00:35:47 -0800
committerJoseph Powers <jpowers27@cox.net>2010-11-13 00:35:47 -0800
commit857d9d570fef89d5a64e0df52222a1fd1e2af681 (patch)
tree5e11490b8a66e489f71195ea26b00b450a884210 /toolkit/inc
parenta617c28fb5249e839bb3780e5593db936317e323 (diff)
Purged BmpColorMode from libs-gui - libs-gui
Diffstat (limited to 'toolkit/inc')
-rw-r--r--toolkit/inc/layout/layout.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/toolkit/inc/layout/layout.hxx b/toolkit/inc/layout/layout.hxx
index ec63578b0408..9322cdc2924d 100644
--- a/toolkit/inc/layout/layout.hxx
+++ b/toolkit/inc/layout/layout.hxx
@@ -61,8 +61,6 @@ class PushButton;
class RadioButton;
class ResId;
struct SfxChildWinInfo;
-//class SvxFontListBox;
-//class SvxLanguageBox;
class TabControl;
class TabPage;
class VCLXRadioButton;
@@ -170,8 +168,6 @@ public:
void EnterWait ();
void LeaveWait ();
bool IsWait () const;
- //void Enable (bool enable=true, bool child=true);
- //void Disable (bool child=true);
bool IsEnabled () const;
void EnableInput (bool enable=true, bool child=true);
bool IsInputEnabled () const;
@@ -268,7 +264,7 @@ public:
static String GetStandardText (sal_uInt16 button_type);
void SetText( rtl::OUString const& rStr );
bool SetModeImage (Image const& image);
- bool SetModeImage (::Image const& image, BmpColorMode mode=BMP_COLOR_NORMAL);
+ bool SetModeImage (::Image const& image);
void SetImageAlign( ImageAlign eAlign );
void SetClickHdl( Link const& rLink );
@@ -776,7 +772,6 @@ class PluginImpl;
class TOOLKIT_DLLPUBLIC Plugin : public Control
{
DECL_GET_IMPL( Plugin );
- //DECL_CONSTRUCTORS( Plugin, Control, 0 );
public:
::Control *mpPlugin;
Plugin( Context *context, char const* id, ::Control *plugin );