diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-03 22:33:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-04 11:27:34 +0200 |
commit | e561a04792f0ae6fb618132655b7d6d5dd291ee1 (patch) | |
tree | 3b9e56413f86e45c9c556c82754fccd3fe1c6dc5 /vcl/inc | |
parent | bcbb20b0efc608653bd680565542f5d804755c8f (diff) |
Remove unnecessary SystemChildData -> SystemEnvData define
Change-Id: Ifd6763617b9aef45c7301085033b6bbaf9d52e02
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/headless/svpdummies.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/unx/gtk/gtkobject.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/unx/salframe.h | 2 | ||||
-rw-r--r-- | vcl/inc/unx/salobj.h | 2 | ||||
-rw-r--r-- | vcl/inc/win/salobj.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/vcl/inc/headless/svpdummies.hxx b/vcl/inc/headless/svpdummies.hxx index 01fc5f77021b..84cdf0ed5c5d 100644 --- a/vcl/inc/headless/svpdummies.hxx +++ b/vcl/inc/headless/svpdummies.hxx @@ -30,7 +30,7 @@ class SalGraphics; class SvpSalObject : public SalObject { public: - SystemChildData m_aSystemChildData; + SystemEnvData m_aSystemChildData; SvpSalObject(); virtual ~SvpSalObject(); diff --git a/vcl/inc/unx/gtk/gtkobject.hxx b/vcl/inc/unx/gtk/gtkobject.hxx index df8ec1f2d638..1690908f477c 100644 --- a/vcl/inc/unx/gtk/gtkobject.hxx +++ b/vcl/inc/unx/gtk/gtkobject.hxx @@ -27,7 +27,7 @@ class GtkSalObject : public SalObject { - SystemChildData m_aSystemData; + SystemEnvData m_aSystemData; GtkWidget* m_pSocket; #if GTK_CHECK_VERSION(3,0,0) cairo_region_t* m_pRegion; diff --git a/vcl/inc/unx/salframe.h b/vcl/inc/unx/salframe.h index 1a58b904b00a..5d3183975bff 100644 --- a/vcl/inc/unx/salframe.h +++ b/vcl/inc/unx/salframe.h @@ -120,7 +120,7 @@ class VCLPLUG_GEN_PUBLIC X11SalFrame : public SalFrame OUString m_sWMClass; - SystemChildData maSystemChildData; + SystemEnvData maSystemChildData; SalI18N_InputContext *mpInputContext; Bool mbInputFocus; diff --git a/vcl/inc/unx/salobj.h b/vcl/inc/unx/salobj.h index 464cd2343872..96e557076c69 100644 --- a/vcl/inc/unx/salobj.h +++ b/vcl/inc/unx/salobj.h @@ -60,7 +60,7 @@ private: class VCLPLUG_GEN_PUBLIC X11SalObject : public SalObject { public: - SystemChildData maSystemChildData; + SystemEnvData maSystemChildData; SalFrame* mpParent; XLIB_Window maPrimary; XLIB_Window maSecondary; diff --git a/vcl/inc/win/salobj.h b/vcl/inc/win/salobj.h index 682687203224..c0c6df93a164 100644 --- a/vcl/inc/win/salobj.h +++ b/vcl/inc/win/salobj.h @@ -32,7 +32,7 @@ public: HWND mhWnd; // Window handle HWND mhWndChild; // Child Window handle HWND mhLastFocusWnd; // Child-Window, welches als letztes den Focus hatte - SystemChildData maSysData; // SystemEnvData + SystemEnvData maSysData; // SystemEnvData RGNDATA* mpClipRgnData; // ClipRegion-Data RGNDATA* mpStdClipRgnData; // Cache Standard-ClipRegion-Data RECT* mpNextClipRect; // Naechstes ClipRegion-Rect |