summaryrefslogtreecommitdiff
path: root/include/svx/svdouno.hxx
diff options
context:
space:
mode:
authorPhilipp Weissenbacher <p.weissenbacher@gmail.com>2015-11-29 21:11:21 +0100
committerMichael Stahl <mstahl@redhat.com>2016-01-06 15:06:46 +0100
commitda952d821dcc08b017bdef8f7b06f60befd2effa (patch)
tree723ec9139bc0a4023e7aeee3c7f1c7b15216a22f /include/svx/svdouno.hxx
parent33455023a9c1e33591d97116ac2e400362f87fbb (diff)
tdf#39468 Translate German comments - include/svx
Change-Id: I5344af095e52efb1f1569d2b67ee3cc6b449dd22 Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/svdouno.hxx')
-rw-r--r--include/svx/svdouno.hxx15
1 files changed, 5 insertions, 10 deletions
diff --git a/include/svx/svdouno.hxx b/include/svx/svdouno.hxx
index 73f086486755..6e0e7b88a878 100644
--- a/include/svx/svdouno.hxx
+++ b/include/svx/svdouno.hxx
@@ -28,9 +28,7 @@
#include <svx/svdorect.hxx>
-// Vorausdeklarationen
-
-
+// Forward declaration
class SdrView;
class SdrPageWindow;
class SdrControlEventListenerImpl;
@@ -40,9 +38,7 @@ namespace sdr { namespace contact {
}}
-// SdrUnoObj
-
-
+// SdrUnoObj
struct SdrUnoObjDataHolder;
class SVX_DLLPUBLIC SdrUnoObj : public SdrRectObj
{
@@ -55,7 +51,7 @@ class SVX_DLLPUBLIC SdrUnoObj : public SdrRectObj
OUString aUnoControlTypeName;
protected:
- css::uno::Reference< css::awt::XControlModel > xUnoControlModel; // kann auch von aussen gesetzt werden
+ css::uno::Reference< css::awt::XControlModel > xUnoControlModel; // Can also be set from outside
private:
SVX_DLLPRIVATE void CreateUnoControlModel(const OUString& rModelName);
@@ -95,7 +91,7 @@ public:
css::uno::Reference< css::awt::XControlModel > GetUnoControlModel() const {return xUnoControlModel;}
css::uno::Reference< css::awt::XControl > GetUnoControl(const SdrView& _rView, const OutputDevice& _rOut) const;
- /** retrieves a temporary XControl instance for a given output device
+ /** Retrieves a temporary XControl instance for a given output device
The method GetUnoControl, used to retrieve the XControl whose parent is a given device, only works
if the SdrUnoObj has already been painted at least once onto this device. However, there are valid
@@ -134,7 +130,7 @@ protected:
virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() override;
private:
- /** retrieves the typed ViewContact for the object
+ /** Retrieves the typed ViewContact for the object
@param _out_rpContact
Upon successful return, ->_out_rpContact contains the ViewContact.
@return
@@ -145,7 +141,6 @@ private:
SVX_DLLPRIVATE bool impl_getViewContact( sdr::contact::ViewContactOfUnoControl*& _out_rpContact ) const;
};
-
#endif // INCLUDED_SVX_SVDOUNO_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */