summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/objdlg.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:06:03 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:06:03 +0200
commitd8b6cc3b44ddcf9647653dc8ee88f3d9024feebf (patch)
tree3d395e7313279565a46774ac2921b987e24b9fc5 /basctl/source/basicide/objdlg.hxx
parentb52ec9a4fa9b8eb93a181fac3613f1de7d1d0825 (diff)
recreated tag libreoffice-3.3.0.4 which had these commits:
commit 04144eede67d986878496224a1bfec8b5666f1fe (tag: refs/tags/libreoffice-3.3.0.4, refs/remotes/origin/libreoffice-3-3-0) Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 18 19:01:16 2011 +0100 Version 3.3.0.4, tag libreoffice-3.3.0.4 (3.3-rc4) commit c2d496a993f9643bc8a737c505f070246fcf6fad Author: Kohei Yoshida <kyoshida@novell.com> Date: Fri Jan 14 11:53:12 2011 -0500 Remove pesky on-line registration menu entry. (fdo#33112) .../uiconfig/sbibliography/menubar/menubar.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit da172d85638baf1bcc1dd2bdc985f1a50d308bc3 Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 11 22:59:36 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master.
Notes
split repo tag: components_libreoffice-3.3.0.4
Diffstat (limited to 'basctl/source/basicide/objdlg.hxx')
-rw-r--r--basctl/source/basicide/objdlg.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/basctl/source/basicide/objdlg.hxx b/basctl/source/basicide/objdlg.hxx
index cd48a135a882..96d541d49171 100644
--- a/basctl/source/basicide/objdlg.hxx
+++ b/basctl/source/basicide/objdlg.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,8 +43,8 @@ class ObjectTreeListBox : public BasicTreeListBox
{
private:
- virtual void Command( const CommandEvent& rCEvt );
- virtual void MouseButtonDown( const MouseEvent& rMEvt );
+ virtual void Command( const CommandEvent& rCEvt );
+ virtual void MouseButtonDown( const MouseEvent& rMEvt );
public:
ObjectTreeListBox( Window* pParent, const ResId& rRes );
@@ -70,30 +70,30 @@ private:
class ObjectCatalog : public FloatingWindow
{
private:
- ObjectTreeListBox aMacroTreeList;
+ ObjectTreeListBox aMacroTreeList;
ObjectCatalogToolBox_Impl aToolBox;
- FixedText aMacroDescr;
- Link aCancelHdl;
+ FixedText aMacroDescr;
+ Link aCancelHdl;
protected:
DECL_LINK( ToolBoxHdl, ToolBox* );
- void CheckButtons();
+ void CheckButtons();
DECL_LINK( TreeListHighlightHdl, SvTreeListBox * );
- void UpdateFields();
- virtual void Move();
- virtual BOOL Close();
- virtual void Resize();
+ void UpdateFields();
+ virtual void Move();
+ virtual BOOL Close();
+ virtual void Resize();
public:
ObjectCatalog( Window * pParent );
virtual ~ObjectCatalog();
- void UpdateEntries();
+ void UpdateEntries();
void SetCurrentEntry( BasicEntryDescriptor& rDesc );
- void SetCancelHdl( const Link& rLink ) { aCancelHdl = rLink; }
+ void SetCancelHdl( const Link& rLink ) { aCancelHdl = rLink; }
};
-#endif //_OBJDLG_HXX
+#endif //_OBJDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */