summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-03-31 17:39:38 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-03-31 21:05:22 +0200
commit7a9a88a0f57b8068889762a1c139395b369cb54b (patch)
treebfbb1ebd6dbeb673e381b0baa4a4c3adf439ac60 /framework
parent2b242efd00bc475c03d43cbf568854d9784b0929 (diff)
renaming to LO code conventions
Diffstat (limited to 'framework')
-rw-r--r--framework/source/lomenubar/AwtKeyToDbusmenuString.hxx (renamed from framework/source/lomenubar/AwtKeyToDbusmenuString.h)6
-rw-r--r--framework/source/lomenubar/DesktopJob.cxx4
-rw-r--r--framework/source/lomenubar/DesktopJob.hxx (renamed from framework/source/lomenubar/DesktopJob.h)6
-rw-r--r--framework/source/lomenubar/FrameHelper.cxx8
-rw-r--r--framework/source/lomenubar/FrameHelper.hxx (renamed from framework/source/lomenubar/FrameHelper.h)6
-rw-r--r--framework/source/lomenubar/FrameJob.cxx6
-rw-r--r--framework/source/lomenubar/FrameJob.hxx (renamed from framework/source/lomenubar/FrameJob.h)0
-rw-r--r--framework/source/lomenubar/MenuItemInfo.cxx2
-rw-r--r--framework/source/lomenubar/MenuItemInfo.hxx (renamed from framework/source/lomenubar/MenuItemInfo.h)6
-rw-r--r--framework/source/lomenubar/MenuItemStatusListener.cxx4
-rw-r--r--framework/source/lomenubar/MenuItemStatusListener.hxx (renamed from framework/source/lomenubar/MenuItemStatusListener.h)6
-rw-r--r--framework/source/lomenubar/exports.cxx4
12 files changed, 29 insertions, 29 deletions
diff --git a/framework/source/lomenubar/AwtKeyToDbusmenuString.h b/framework/source/lomenubar/AwtKeyToDbusmenuString.hxx
index acedc908ac99..faa61b6dbaa5 100644
--- a/framework/source/lomenubar/AwtKeyToDbusmenuString.h
+++ b/framework/source/lomenubar/AwtKeyToDbusmenuString.hxx
@@ -21,8 +21,8 @@
*
*/
-#ifndef __AWT_KEY_TO_DBUSMENU_STRING_H__
-#define __AWT_KEY_TO_DBUSMENU_STRING_H__
+#ifndef __AWT_KEY_TO_DBUSMENU_STRING_HXX__
+#define __AWT_KEY_TO_DBUSMENU_STRING_HXX__
#include <X11/X.h>
#include <glib.h>
@@ -30,4 +30,4 @@ gchar*
AwtKeyToDbusmenuString (guint16 aKeyCode);
-#endif //__AWT_KEY_TO_DBUSMENU_STRING_H__
+#endif //__AWT_KEY_TO_DBUSMENU_STRING_HXX__
diff --git a/framework/source/lomenubar/DesktopJob.cxx b/framework/source/lomenubar/DesktopJob.cxx
index fb38e61c736b..4022453ef728 100644
--- a/framework/source/lomenubar/DesktopJob.cxx
+++ b/framework/source/lomenubar/DesktopJob.cxx
@@ -21,8 +21,8 @@
*
*/
-#include "DesktopJob.h"
-#include "FrameJob.h"
+#include "DesktopJob.hxx"
+#include "FrameJob.hxx"
#include <gio/gio.h>
#include <libdbusmenu-glib/server.h>
diff --git a/framework/source/lomenubar/DesktopJob.h b/framework/source/lomenubar/DesktopJob.hxx
index b2f4acc26cdb..d1f7c7ac0118 100644
--- a/framework/source/lomenubar/DesktopJob.h
+++ b/framework/source/lomenubar/DesktopJob.hxx
@@ -21,8 +21,8 @@
*
*/
-#ifndef __DESKTOP_JOB_H__
-#define __DESKTOP_JOB_H__
+#ifndef __DESKTOP_JOB_HXX__
+#define __DESKTOP_JOB_HXX__
#include <glib.h>
#include <libdbusmenu-glib/menuitem.h>
@@ -86,5 +86,5 @@ Reference< css::uno::XInterface >
SAL_CALL DesktopJob_createInstance( const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr)
throw ( Exception );
-#endif //__DESKTOP_JOB_H__
+#endif //__DESKTOP_JOB_HXX__
diff --git a/framework/source/lomenubar/FrameHelper.cxx b/framework/source/lomenubar/FrameHelper.cxx
index 60cab635ff7c..a460a712b1ad 100644
--- a/framework/source/lomenubar/FrameHelper.cxx
+++ b/framework/source/lomenubar/FrameHelper.cxx
@@ -21,10 +21,10 @@
*
*/
-#include "FrameHelper.h"
-#include "AwtKeyToDbusmenuString.h"
-#include "MenuItemInfo.h"
-#include "MenuItemStatusListener.h"
+#include "FrameHelper.hxx"
+#include "AwtKeyToDbusmenuString.hxx"
+#include "MenuItemInfo.hxx"
+#include "MenuItemStatusListener.hxx"
#include <com/sun/star/awt/KeyEvent.hpp>
#include <com/sun/star/awt/SystemDependentXWindow.hpp>
diff --git a/framework/source/lomenubar/FrameHelper.h b/framework/source/lomenubar/FrameHelper.hxx
index 27eca8ff56f5..a474d83f8e8d 100644
--- a/framework/source/lomenubar/FrameHelper.h
+++ b/framework/source/lomenubar/FrameHelper.hxx
@@ -21,8 +21,8 @@
*
*/
-#ifndef __FRAME_HELPER_H__
-#define __FRAME_HELPER_H__
+#ifndef __FRAME_HELPER_HXX__
+#define __FRAME_HELPER_HXX__
#include <com/sun/star/awt/KeyEvent.hpp>
#include <com/sun/star/awt/XMenu.hpp>
@@ -136,4 +136,4 @@ class FrameHelper : public cppu::WeakImplHelper1 < XFrameActionListener >
void rebuildMenuFromRoot ();
void populateWindowList (DbusmenuMenuitem *);
};
-#endif // __FRAME_HELPER_H__
+#endif // __FRAME_HELPER_HXX__
diff --git a/framework/source/lomenubar/FrameJob.cxx b/framework/source/lomenubar/FrameJob.cxx
index 6bf031cff32f..d9543ffaf300 100644
--- a/framework/source/lomenubar/FrameJob.cxx
+++ b/framework/source/lomenubar/FrameJob.cxx
@@ -21,9 +21,9 @@
*
*/
-#include "FrameJob.h"
-#include "DesktopJob.h"
-#include "FrameHelper.h"
+#include "FrameJob.hxx"
+#include "DesktopJob.hxx"
+#include "FrameHelper.hxx"
#define OBJ_PATH_PREFIX "/com/canonical/menu/"
diff --git a/framework/source/lomenubar/FrameJob.h b/framework/source/lomenubar/FrameJob.hxx
index 2b4e9ad6a0da..2b4e9ad6a0da 100644
--- a/framework/source/lomenubar/FrameJob.h
+++ b/framework/source/lomenubar/FrameJob.hxx
diff --git a/framework/source/lomenubar/MenuItemInfo.cxx b/framework/source/lomenubar/MenuItemInfo.cxx
index e8ef8d9052f4..971ba9a5f924 100644
--- a/framework/source/lomenubar/MenuItemInfo.cxx
+++ b/framework/source/lomenubar/MenuItemInfo.cxx
@@ -21,7 +21,7 @@
*
*/
-#include "MenuItemInfo.h"
+#include "MenuItemInfo.hxx"
#include <libdbusmenu-gtk/menuitem.h>
MenuItemInfo::MenuItemInfo ()
diff --git a/framework/source/lomenubar/MenuItemInfo.h b/framework/source/lomenubar/MenuItemInfo.hxx
index 7a4b4995c771..78c3cfdb193d 100644
--- a/framework/source/lomenubar/MenuItemInfo.h
+++ b/framework/source/lomenubar/MenuItemInfo.hxx
@@ -21,8 +21,8 @@
*
*/
-#ifndef __MENU_ITEM_INFO_H__
-#define __MENU_ITEM_INFO_H__
+#ifndef __MENU_ITEM_INFO_HXX__
+#define __MENU_ITEM_INFO_HXX__
#include <glib.h>
// This is used in a hash table with commandurls as keys
@@ -51,4 +51,4 @@ class MenuItemInfo {
const gchar* getCheckType ();
gboolean getVisible ();
};
-#endif // __MENU_ITEM_INFO_H__
+#endif // __MENU_ITEM_INFO_HXX__
diff --git a/framework/source/lomenubar/MenuItemStatusListener.cxx b/framework/source/lomenubar/MenuItemStatusListener.cxx
index 65a454823586..7346207c3cd0 100644
--- a/framework/source/lomenubar/MenuItemStatusListener.cxx
+++ b/framework/source/lomenubar/MenuItemStatusListener.cxx
@@ -1,5 +1,5 @@
-#include "MenuItemStatusListener.h"
-#include "MenuItemInfo.h"
+#include "MenuItemStatusListener.hxx"
+#include "MenuItemInfo.hxx"
#include <com/sun/star/frame/status/Visibility.hpp>
diff --git a/framework/source/lomenubar/MenuItemStatusListener.h b/framework/source/lomenubar/MenuItemStatusListener.hxx
index e859f8e5f536..9fd5e625d537 100644
--- a/framework/source/lomenubar/MenuItemStatusListener.h
+++ b/framework/source/lomenubar/MenuItemStatusListener.hxx
@@ -1,7 +1,7 @@
-#ifndef __MENU_ITEM_STATUS_LISTENER_H__
-#define __MENU_ITEM_STATUS_LISTENER_H__
+#ifndef __MENU_ITEM_STATUS_LISTENER_HXX__
+#define __MENU_ITEM_STATUS_LISTENER_HXX__
-#include "FrameHelper.h"
+#include "FrameHelper.hxx"
#include <glib.h>
diff --git a/framework/source/lomenubar/exports.cxx b/framework/source/lomenubar/exports.cxx
index bc8db4656c31..499aaa845b80 100644
--- a/framework/source/lomenubar/exports.cxx
+++ b/framework/source/lomenubar/exports.cxx
@@ -34,8 +34,8 @@
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#endif
-#include "DesktopJob.h"
-#include "FrameJob.h"
+#include "DesktopJob.hxx"
+#include "FrameJob.hxx"
namespace css = ::com::sun::star;